Release Notes

On this page:

2020.2.9 Maintenance Release

2020.2.9 Maintenance Release [2021-11-02]

Changelog Overview

  • 1 New Features
  • 2 Improvements
  • 27 Bug Fixes
  • 7 Chores
  • 5 Tests
  • 42 Total Tickets

New Features

  • app-operations_manager:1.19.0-2020.2.85 [10-01-2021] - Added test strategy and app functionality documentation to the repo.

Improvements

  • app-admin_essentials:2.15.29-2020.2.70 [10-09-2021] - Fixed an issue where the Current Operations view would not render if Workflow Engine was not running.
  • pronghorn-core:11.46.5-2020.2.148 [10-21-2021] - Removed unnecessary arguments from the service module and the $ENCRYPTED global variable.

Bug Fixes

  • adapter-nso:6.35.7-2020.2.22 [10-06-2021] - Added support for outside augment statements in service models.
  • app-admin_essentials:2.15.29-2020.2.71 [10-15-2021] - Import button is now disabled when no file is chosen in the dialog.
  • app-admin_essentials:2.15.29-2020.2.69 [10-05-2021] - Import dialog state is cleared when the onFileClear event is called.
  • app-automation_catalog:2.6.33-2020.2.20 [10-08-2021] - Fixed date selector input for automation scheduling to avoid setting invalid date by the user.
  • app-automation_catalog:2.6.33-2020.2.19 [10-06-2021] - Added automatic focusing on the automation name field. Cursor will automatically move to the new name field when creating a new automation.
  • app-automation_catalog:2.6.33-2020.2.18 [10-01-2021] - Added error notification toast message when automation cannot be scheduled due to invalid JSON Form content.
  • app-automation_studio:3.17.3-2020.2.125 [10-06-2021] - Fixed error in finding transition cycles and disallowing users from creating one.
  • app-automation_studio:3.17.3-2020.2.124 [10-05-2021] - Modified app.jsx and verified there is no crash when searching Transformations without Pronghorn admin permissions.
  • app-configuration_manager:3.67.1-2020.2.60 [09-28-2021] - Added the ability to delete a single Golden Configuration from Global search.
  • app-form_builder:4.7.14-2020.2.22 [10-12-2021] - Fixed Templates list in the side navbar when reviewing forms.
  • app-json_forms:1.30.2-2020.2.19 [10-21-2021] - Fixed a bug that occurred when importing JSON forms with the field collapsed.
  • app-jst:1.0.0-2020.2.69 [10-28-2021] - Updated query for transformations to check if the version property is in the correct format.
  • app-jst:1.0.0-2020.2.66 [10-14-2021] - Updated the query logic for transformations to migrate and removed the "migrated" property.
  • app-workflow_builder:5.29.14-2020.2.67 [10-14-2021] - Templates in the side navigation bar are now correctly listed when editing a workflow.
  • app-workflow_builder:5.29.14-2020.2.66 [10-13-2021] - A new transformation for a given workflow can be created when editing a 'Child Job' task. When a transformation with a given name already exists, a new transformation will be created under the modified name.
  • app-workflow_builder:5.29.14-2020.2.65 [10-13-2021] - Fixed upload transformation interface to prevent creation of transformations with duplicate names when editing 'Run Transformation' task.
  • app-workflow_builder:5.29.14-2020.2.64 [10-13-2021] - Fixed a bug in the workflow schema that prevented an automation from being renamed.
  • app-workflow_builder:5.29.14-2020.2.63 [10-12-2021] - Fixed documentation links when creating new workflow.
  • app-workflow_engine:8.22.1-2020.2.187 [10-20-2021] - Fixed an issue where jobs in the Gen 2 workflow were not showing all iterations of the job on the Job Details page.
  • app-workflow_engine:8.22.1-2020.2.183 [10-13-2021] - JST variables will now show the origin of incoming variable.
  • app-workflow_engine:8.22.1-2020.2.181 [10-06-2021] - Modified the setObject method to fix the way nested objects are merged in the Merge task.
  • pronghorn-core:11.46.5-2020.2.149 [10-25-2021] - Fixed upload transformation interface to prevent creation of transformations with duplicate names when importing into a Pre-builts bundle.
  • pronghorn-core:11.46.5-2020.2.147 [10-20-2021] - Fixed bug where updating the Local AAA adapter required additional brokers data.
  • pronghorn-core:11.46.5-2020.2.146 [10-20-2021] - If a new service is discovered on startup in an IAP environment it will be added to all IAP Profiles.
  • pronghorn-core:11.46.5-2020.2.145 [10-15-2021] - Fixed a bug that caused a failure due to missing authorization of a task imported from an integration.
  • pronghorn-core:11.46.5-2020.2.144 [10-12-2021] - Fixed a misspelling of "capable" in an error message for Brokers.
  • pronghorn-core:11.46.5-2020.2.143 [10-12-2021] - Fixed an issue that was causing an invalid "Out of sync" message to appear on the Profile details page.

Chores

  • adapter-nso:6.35.7-2020.2.23 [10-14-2021] - Updated GitLab CI file for npm audit prod pipeline.
  • app-automation_studio:3.17.3-2020.2.127 [10-25-2021] - Updated JST and JST Designer dependencies to latest version.
  • app-automation_studio:3.17.3-2020.2.126 [10-18-2021] - Updated JST and JST Designer dependency to latest version.
  • app-jst:1.0.0-2020.2.68 [10-25-2021] - Updated JST and JST Designer dependencies to latest version.
  • app-jst:1.0.0-2020.2.67 [10-18-2021] - Updated JST and JST Designer dependencies to latest version.
  • app-jst:1.0.0-2020.2.65 [10-08-2021] - Updated JST and JST Designer dependency to latest version.
  • app-jst:1.0.0-2020.2.64 [10-01-2021] - Updated jst-designer dependency to latest version.

Tests

  • app-workflow_engine:8.22.1-2020.2.188 [10-23-2021] - Moved getEntireJob.get.js file to the proper location. Also edited the test workflow by removing additionalProperties schema violations.
  • app-workflow_engine:8.22.1-2020.2.186 [10-15-2021] - Added test case for workflow engine error stringification.
  • app-workflow_engine:8.22.1-2020.2.185 [10-14-2021] - Un-skipped a test and made a few fixes in 'test/api/routes/workflowsVariables.get.js' .
  • app-workflow_engine:8.22.1-2020.2.184 [10-13-2021] - Fixed api tests for pauseJob.post.js.
  • app-workflow_engine:8.22.1-2020.2.182 [10-08-2021] - Updates tests to reflect new engine behavior.

2020.2.9 Release Versions

Automation Platform Versions

component version
@itential/adapter-automation_gateway 4.9.0-2020.2.7
@itential/adapter-azure_aaa 1.1.6-2020.2.1
@itential/adapter-email 3.1.15-2020.2.4
@itential/adapter-ldap 2.12.15-2020.2.5
@itential/adapter-local_aaa 4.2.2-2020.2.5
@itential/adapter-nso 6.35.7-2020.2.23
@itential/adapter-radius 2.0.9-2020.2.1
@itential/adapter-redis 2.0.14-2020.2.1
@itential/app-admin_essentials 2.15.29-2020.2.71
@itential/app-ag_manager 1.6.5-2020.2.5
@itential/app-automation_catalog 2.6.33-2020.2.20
@itential/app-automation_studio 3.17.3-2020.2.127
@itential/app-configuration_manager 3.67.1-2020.2.60
@itential/app-form_builder 4.7.14-2020.2.22
@itential/app-json_forms 1.30.2-2020.2.19
@itential/app-jst 1.0.0-2020.2.69
@itential/app-mop 6.7.7-2020.2.20
@itential/app-nso_manager 2.20.10-2020.2.6
@itential/app-operations_manager 1.19.0-2020.2.85
@itential/app-service_catalog 3.10.12-2020.2.5
@itential/app-service_management 2.23.23-2020.2.6
@itential/app-task_worker 3.1.6-2020.2.1
@itential/app-template_builder 2.4.13-2020.2.10
@itential/app-workflow_builder 5.29.14-2020.2.67
@itential/app-workflow_engine 8.22.1-2020.2.188
@itential/pronghorn-core 11.46.5-2020.2.149
@itential/search 1.1.10-2020.2.2
@itential/tags 3.0.6-2020.2.3
@itential/itential-utils 2.7.2

Automation Gateway Versions

component version
automation_gateway 3.61.0-2020.2.32

NSO Manager Versions

component version
itential-tools 1.23.25.2020.2.7

Engine Versions

component version
policy-engine 1.10.5+2020.2.0

Dependencies

Automation Platform Server

package supported versions recommended version
nodejs >= 12.19.0 < 13 12.22.3
npm 6.x 6.14.15
python 2.x or 3.x 3.9.7
pip supported recommended
pip any version 20.3.4
textfsm 1.x 1.1.2
Jinja2 2.x 2.11.3

The gcc-c++ and make packages should be installed from your OS distribution.

Mongo Server

package supported recommended
mongodb 4.2.x 4.2.13

RabbitMQ Server

package supported recommended
rabbitmq 3.8.x 3.8.14
erlang 21.3+ or 22.x 22.3.1
elixir 1.10.x 1.10.4
dedup 0.5.x 0.5.0

Redis Server

package supported recommended
redis 5.x 5.0.12

The gcc-c++ and make packages should be installed from your OS distribution.

Hashicorp Vault

package supported recommended
vault 1.x 1.7.0

Automation Gateway

package supported recommended
python 3.6 3.6.15
openssl 1.x 1.1.1l
haproxy 2.x 2.2.13

The gcc-c++ and make packages should be installed from your OS distribution.

The following development packages are required to install automation gateway: libffi-dev, openssl-dev, python-dev, sqlite-dev.

pip package supported recommended
pip any version 20.2.4
ansible 2.9 or 2.10 2.10.7
terraform 0.12.x 0.12.31
nornir 3.x 3.0.0
netmiko 3.x 3.3.2

One or more of the following packages may be required by the specific ansible modules you're using: psutil, pycrypto, paramiko, ncclient, lxml, nitrosdk-python, jxmlease.

Check the ansible documentation for the roles you're planning to use for additional package requirements.

Prospector

package supported recommended
java 1.7 or 1.8 1.8.275.01

NSO/Itential Tools

package supported recommended
java 1.7 or 1.8 1.8.275.01

The ant package should be installed from your OS distribution.

IAP Compatibility

Device Configuration

Device Configuration compatibility describes which devices are expected to work with the basic features of the Configuration Manager application across various southbound systems.

Ansible:

* Arista EOS
* Cisco IOS
* Cisco IOSXR
* Cisco NX
* Juniper Junos

NSO:

Refer to the NSO Versions and NED Versions tables below for a list of tested devices.

Device Compliance

Device Compliance compatibility describes which devices are expected to work with Golden Configurations.

Ansible:

* Arista EOS
* Cisco IOS
* Cisco IOSXR
* Cisco NX
* Juniper Junos

NSO (Configuration Manager app):

* Arista EOS
* Cisco IOS
* Cisco IOSXR
* Cisco NX
* Juniper Junos

NSO (Golden Config app):

* a10-acos
* adtran-aos
* alu-sr
* arista-dcs
* cisco-ios
* cisco-iosxr
* cisco-nx
* cisco-staros
* f5-bigip
* huawei-vrp
* juniper-junos

Device Maintenance

Device Maintenance compatibility describes which devices Itential can perform maintenance activities on (e.g., reboots and firmware upgrades).

Ansible:

* Arista EOS
* Cisco IOS
* Cisco IOSXR
* Juniper Junos

NSO:

* cisco-ios
* cisco-iosxr
* juniper-junos

Device Health Checks

Device Health Checks compatibility describes which devices Itential can execute read-only show commands to use the method broker and Command Templates application.

Ansible:

* Arista EOS
* Cisco IOS
* Cisco IOSXR
* Cisco NX
* Juniper Junos

NSO:

* a10-acos
* alu-sr
* arista-dcs
* cienacli-acos
* cisco-aireos
* cisco-asa
* cisco-gss
* cisco-ios
* cisco-iosxr
* cisco-nx
* cisco-qps
* cisco-staros
* ericsson-sgsnmme
* f5-bigip
* huawei-vrp
* juniper-junos

Note: Some of the devices in the health checks category are tested against netsim devices.

Forms

Ansible:

IAP can render most ansible networking modules as forms. Support for specific modules may vary. If you encounter issues with any particular modules, reach out to the Itential Customer Success Team for assistance.

NSO:

IAP can render most service models advertised by NSO as forms. Support for specific yang features may vary. If you encounter issues with your service models, reach out to the Itential Customer Success Team for assistance.

Service Provisioning

NSO:

IAP can provision most service models advertised by NSO. Support for specific yang features may vary. If you encounter issues with your service models, reach out to the Itential Customer Success Team for assistance.

Devices/Services Compatibility

The Itential Automation Platform is tested against the following component versions.

Ansible Versions:

* 2.10.7
* 2.9.27

Ansible Modules:

* eos_facts
* eos_command
* eos_config
* ios_facts
* ios_command
* ios_config
* iosxr_facts
* iosxr_command
* iosxr_config
* nx_facts
* nx_command
* nx_config
* junos_facts
* junos_command
* junos_config

NSO Versions:

* 5.3.3.1
* 5.2.5

NSO NED Versions:

ned 5.2.5 5.3.3.1
a10-acos 3.18 3.18
adtran-aos 4.0.6 4.0.6
alu-sr 8.13.4 8.13.4
8.13.3
arista-dcs 5.20.2 5.20.2
5.20
checkpoint-gaiaos_rest n/a 1.10.7
1.10.6
ciena-acos 6.2.5 6.2.5
6.2.4
cisco-aireos 3.7.2
3.7.1
3.7.2
3.7.1
cisco-asa 6.12.4 6.12.4
6.12.3
cisco-gss 2.1.1 2.1.1
cisco-ios 6.69
6.68.2
6.69
6.68.2
cisco-iosxr 7.33 7.33
7.32.5
cisco-nx 5.21.1 5.21.1
5.21
cisco-qps 5.1.3 5.1.3
cisco-staros 5.34.6
5.34.5
5.34.6
5.34.5
ericsson-sgsnmme 1.0.7 n/a
f5-bigip 3.17
3.16
3.17
3.16
fortinet-fortios 5.4.21 5.4.21
5.4.20
huawei-usn 1.2.1 n/a
huawei-vrp 6.17.4
6.17.3
6.17.4
6.17.3
juniper-junos 4.6.19
4.6.17
4.6.19
4.6.17
paloalto-panos_cli 4.8.2
4.8.1
4.8.2
4.8.1
radware-alteonos 2.4.1 2.4.1
2.4
unix-bind 2.1.0 2.1.0

VTS Versions:

* 2.6.2

VTS NED Versions:

ned 2.6.2
cisco-iosxr 6.6
cisco-ncs5500 1.0
cisco-nx 5.1.4

Virtual Devices:

* A10 vThunder 4.1.4 GR1
* Arista EOS-4.23.0FX
* Checkpoint R80.30-273.583
* Cisco ASAv 9.13.1.7
* Cisco CSR 17.02.01r
* Cisco NX 9.3.2, 9.3.1
* Cisco StarOS 21.15.29
* Cisco XR6.3.1
* F5 BIGIP 15.1.0.2-0.0.9
* Fortigate 6.4.0
* Juniper VMX 18.4R1
* Juniper VSRX 19.1R2
* PanOS 9.1.2
* Radware 32.6.0.0

IAP Browser Compatibility

This maintenance release was tested against the following browser versions:

* Firefox 80.0.1
* Chrome 85.0.4183.121
* Edge 85.0.564.63
* Internet Explorer 11